Developer Documentation
PATH  Mac OS X Documentation > Developer Tools > The Objective-C Compiler


Previous | Contents | Next

C Programming Notes

This section contains miscellaneous notes about programming in C with Apple's version of the GNU C compiler. It also describes some incompatibilities between GNU C and traditional non-ANSI versions of C.

String Constants and Static Strings

Function Prototyping

Automatic Register Allocation

Declarations of External Variables and Functions

and Type Modifiers

Identifying the Compiler Version

Writing Architecture-Independent Code


The Objective-C Compiler

Previous | Contents | Next